Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

256
Vistas
Manifest.js not adding css file [Firefox Extension]

I am writing a custom Firefox extension and even though my manifest.json has the appropriate tag for including a CSS file, it is not being rendered.

If I inspect the web page, the css file isn't in the HTML Header nor can I find it in the Style editor.

How do I correctly add the CSS file?

Directory Structure

.
├── blackthorn_tools.js
├── help.txt
├── icons
│   └── major-48.png
├── manifest.json
└── styles.css

This is my manifest.json:

{

  "manifest_version": 2,
  "name": "blackthorn_tools",
  "version": "1.0",

  "icons": {
    "48": "icons/major-48.png"
  },

  "content_scripts": [
    {
      "matches": ["*://*/*"],
      "css": ["./styles.css"],
      "js": ["./blackthorn_tools.js"]
    }
  ],
    "browser_specific_settings": {
    "gecko": {
      "id": "blackthorn_tools@example.com"
    }
}
}
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda